---
title: View and manage registered models
description: The Model Registry Actions menu allows users with appropriate permissions to share or delete registered models.

---

# View and manage registered models

In the Model Registry, model packages are grouped into _registered models_, allowing you to categorize them based on the business problem they solve. Once you add registered models, you can search, filter, and sort them. You can also view model and version info, share your registered models (and the versions they contain) with other users, and delete registered models.

Registered models can contain the following artifacts as registered model versions:

* DataRobot, custom, and external models

* Challenger models (alongside the champion)

* Automatically retrained models.

## View registered models {: #view-registered-models }

On the **Registered Models** tab, you can sort registered models by **Name** or **Last modified**. In addition, within a registered model, on the **Versions** tab, you can sort the registered model versions by **Name**, **Created at**, **Last updated at**, or **Model type**:

![](images/sort-reg-models.png)

In the top-left corner of the **Registered Models** page, you can search and filter the list of registered models:

![](images/search-filter-reg-models.png)

* Click **Search** and enter the registered model name to locate it on the **Registered Models** page.

* Click **Filters** to enable, modify, or clear filters on the **Registered Models** page. You can filter by **Target name**, **Target type**, **Created by**, **Created between**, and **Modified between**. This control filters on registered models:

    ![](images/filter-reg-models.png)

Once you locate the registered model or model version you are looking for, you can access a variety of information about the registered model or version.

### Model info {: #model-info }

Click a registered model to open the details panel. From that panel, you can access the following tabs:

![](images/reg-model-info.png)

 Tab        | Description 
------------|------------
Versions    | View all model versions for a registered model and the associated creation and status information. <ul><li>To open the version in the current tab, click the row for the version you want to access.</li><li>To open the version in a new tab, click the open icon (![](images/icon-open.png)) next to the **Type** column for the version you want to access.</li></ul>
Deployments | View all model deployments for a registered model and the associated creation and status information. You can click a name in the **Deployment** column to open that deployment.
Model Info  | View the registered model **ID**, **Name**, **Latest Version**, **Created By** username, **Created** date, **Last Modified** date, **Target Type**, and **Target Name**. You can click the pencil icon (![](images/icon-pencil.png)) next to **Name** to edit the registered model's name.

### Version info {: #version-info }

To open the registered model version, do either of the following:

![](images/reg-model-open-version.png)

* To open the version in the current tab, click the row for the version you want to access.

* To open the version in a new tab, click the open icon (![](images/icon-open.png)) next to the **Type** column for the version you want to access.

![](images/reg-model-ver-info.png)

!!! tip
    You can click **Switch** next to the name in the version header to select another version to view.

 Tab        | Description 
------------|------------
Info                     | View general model information for the model version. In addition: <ul><li>For all model types, you can click **+ Add tag** in the **Tags** field to apply additional tags to the version.</li><li>For DataRobot models, you can click the **Model Name** to open the model in the Leaderboard.</li><li>For custom models, you can click the **Custom Model ID** to open the model in the Custom Model Workshop.</li><li>For custom models [created via GitHub Actions](custom-model-github-action), you can click the **Git Commit Reference** to open the commit that created the model package in GitHub.</li>
Key Values               | Create [key values](reg-key-values) for the model version.
Compliance Documentation | Generate [compliance documentation](reg-compliance) for the model version.
Deployments              | View all model deployments for a registered model version, in addition to the associated creation and status information. You can click a name in the **Deployment** column to open that deployment.

## Manage registered models {: #manage-registered-models }

There are several options available in the **Actions** menu (![](images/icon-menu.png)), located in the last column for each registered model on the **Registered Models** tab. The available options depend on a variety of criteria, including user permissions and the data available to your model package:

![](images/reg-model-menu.png)

Action | Description
-------|------------
Share  | The sharing capability allows [appropriate user roles](roles-permissions#reg-roles) to grant permissions on a model package. To share a model package, click the **Share** (![](images/icon-share.png)) action. <br> You can only share up to your own access level (a consumer cannot grant an editor role, for example) and you cannot downgrade the access of a collaborator with a higher access level than your own.    
Delete | If you have the appropriate [permissions](roles-permissions#reg-roles), you can click **Delete** ![](images/icon-delete.png) to remove a registered model from the model registry.

!!! important "Changes to model sharing"
    With the introduction of the **Registered Models** page, _registered models_ are the model artifact used for sharing, not _model packages_. When you share a registered model, you automatically share each model package contained in that registered model.
